home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / utils1 / jcd20.zip / JCD.TXT < prev   
Text File  |  1994-05-19  |  5KB  |  202 lines

  1.     "JCD"  April 14, 1994  (Version "2.0")
  2.  
  3.        Similar to Norton's "NCD" , this utility allows you to jump from
  4.     your current directory to a subdir without specifying the whole path-
  5.     name to get there.  for example, say you're in in directory C:\MYDIR
  6.     and you enter:
  7.  
  8.         C> JCD UTI
  9.  
  10.        You could be jumped to a C:\DOS\UTILITY subdir.  If JCD doesn't
  11.     find a matching subdir, it'll tell you and leave the current directory
  12.     unchanged.
  13.  
  14.        If you know you have more than one matching subdir, you can use the
  15.     "/M" switch (or "/m") to list your choices, as follows:
  16.  
  17.         C:\> jcd/m u
  18.         ** Joel's Change Directory - J. Pinker 04-14-94 (v2.0) **
  19.  
  20.               1- C:\DOS\UTILITY
  21.               2- C:\WINDOWS\UTILS
  22.               3- C:\UTIL
  23.  
  24.             Enter your choice or zero (0) for "none of the above": 2
  25.  
  26.         C:\WINDOWS\UTILS>
  27.  
  28.        JCD keeps a data file called "JCD.DAT" in your root directory
  29.     (directorIES if you use it on more than one drive) and will rescan
  30.     your disk for subdirs under the following conditions:
  31.  
  32.         a)  you use the "/r" switch , i.e. : JCD/R UTI
  33.  
  34.         b)  you start JCD from a subdir it doesn't find in JCD.DAT,
  35.             unless you only specify a drive letter or ".." , in
  36.             which cases, it puts you there without checking the
  37.             current directory.  JCD only needs to be located somewhere
  38.             in your PATH to run.
  39.  
  40.         c)  If JCD.DAT isn't found in the root directory.
  41.  
  42.       ************************************************************************
  43.  
  44.        Please remember this is NOT FreeWare.  Many hours of good work went
  45.     into this little utility.  If you like it or use it, please send your
  46.     appreciation in the form of a check or money order for $4.95 to $9.95,
  47.     as you see fit.  (I will only be offended by less than $4.95 <smile> )
  48.     Mail to:
  49.  
  50.         Joel Pinker
  51.         3530 Pheasant Run #7
  52.         Ann Arbor, MI 48108
  53.  
  54.        Your comments, hints, tips and suggestions are welcome-- and may
  55.     alternatively be sent to Compuserve: 70621,3322
  56.  
  57.   /*  Compiled with Borland International's Turbo C(c)++ Second Edition
  58.       Source code is available for $25.95.  Please specify disk size ( 3 1/2
  59.       or 5 1/4 ) if you prefer magnetic media.  It's not the best code...
  60.       "C" is new to me.  Lots of comments in the source.
  61.   */
  62.  
  63.  
  64.  
  65.  
  66.  
  67. ============================= Changes in this version =======================
  68.     - checks to make sure the drive you're changing to actually exists
  69.     - allows a quick jump to the root dir:  JCD d:\ , for example
  70.     - verifies that the sub-dir found in JCD.DAT still exists
  71.  
  72.  
  73.                   The Future of JCD
  74.  
  75.            This is the last "ShareWare" release of JCD, and actually
  76.       should have been called version 1.x instead of 2.0.
  77.  
  78.            The future plans for the program include:
  79.  
  80.            -> a "graphical" interface for changing sub-dirs.
  81.  
  82.            -> a "status" command to summarize the "abbreviableness" of 
  83.           your directory tree.
  84.  
  85.            -> optional assistance in renaming your subdirs to minimize
  86.           matches.
  87.  
  88.            -> FAST re-scans when JCD is started in a directory not
  89.           found in JCD.DAT.  (It will only scan the current subdir,
  90.           instead of scanning the whole disk).
  91.  
  92.            -> All other user input will be considered.
  93.  
  94.       =================================================================
  95.  
  96.            In any case, this next version of JCD will only be offered
  97.       to registered users, who will be notified by mail.  PLEASE
  98.       REGISTER YOUR COPY TODAY.
  99.  
  100.            Thank you,
  101.  
  102.            Joel
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.               *** Registration for JCD 2.0 ***
  142.  
  143.            Name      ____________________________________
  144.  
  145.            Address   ____________________________________
  146.  
  147.                  ____________________________________
  148.  
  149.            State,Zip ____________________________________
  150.  
  151.  
  152.  
  153.            Please add your comments and suggestions for a future
  154.       release of JCD:
  155.  
  156.       _________________________________________________________________
  157.  
  158.       _________________________________________________________________
  159.  
  160.       _________________________________________________________________
  161.  
  162.       _________________________________________________________________
  163.  
  164.       _________________________________________________________________
  165.  
  166.       _________________________________________________________________
  167.  
  168.       _________________________________________________________________
  169.  
  170.       _________________________________________________________________
  171.  
  172.       _________________________________________________________________
  173.  
  174.  
  175.            Return this form with a check or money order in the amount
  176.       of $4.95 to $9.95 made payable to:
  177.  
  178.             Joel Pinker
  179.             3530 Pheasant Run #7
  180.             Ann Arbor, MI 48108
  181.  
  182.             (Tax ID # 387-78-2278)
  183.  
  184.            The source code may be purchased for $25.95.  Please specify
  185.      if you'd like it on hard copy, 5 1/4 inch or 3 1/2 inch floppy.
  186.  
  187.            Please note that registering your ShareWare verifies it has
  188.       VALUE, and not registering implies that it has NONE.
  189.  
  190.            Thank you,
  191.  
  192.            Joel
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.